home *** CD-ROM | disk | FTP | other *** search
- Path: mail2.cognos.com!usenet
- From: "W. Todd MacCulloch" <todd.macculloch@cognos.com>
- Newsgroups: comp.lang.c++
- Subject: Re: An array of structures in C, C++?
- Date: Thu, 25 Jan 1996 13:30:10 -0500
- Organization: Cognos Inc.
- Message-ID: <3107CC32.56F3@cognos.com>
- References: <4e6j2l$ehm@geraldo.cc.utexas.edu>
- NNTP-Posting-Host: 142.88.70.120
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b6a (Win95; I)
-
- W. Harris wrote:
- > Can you have an array of structures in C, C++?
-
- As any C or C++ manual would tell you:
- SomeStruct arrayOfStruct[ 10 ];
-